Load(IInputStream,ContainerFormat,Nullable<ImageRect>,BaseTransform[]) Method
Loads the image from an IInputStream or IRandomAccessStream.
'Declaration
Public Overloads Sub Load( _
ByVal As Windows.Storage.Streams.IInputStream, _
ByVal As ContainerFormat, _
ByVal As System.Nullable(Of ImageRect), _
ByVal ParamArray () As BaseTransform _
)
Parameters
- inputStream
- The input stream.
- containerFormat
- The image container format; use Unknown to detect the format automatically.
- imageRect
- Clipping rectangle for the image after all transformations.
- transforms
- The transformation chain for the image that is being loaded.